From 9d7499580eecc12c7e645dbe3a3b152ed000e71b Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Fri, 13 May 2005 08:44:51 +0000 Subject: [PATCH] bitkeeper revision 1.1389.1.56 (4284690324ekdX_PXrN45QJ8LUQaxw) Fix corruption of IDT vector 0x20. Signed-off-by: Keir Fraser --- xen/include/asm-x86/processor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/asm-x86/processor.h b/xen/include/asm-x86/processor.h index 8cd4755cba..f5b628fb58 100644 --- a/xen/include/asm-x86/processor.h +++ b/xen/include/asm-x86/processor.h @@ -377,7 +377,7 @@ extern struct tss_struct init_tss[NR_CPUS]; #ifdef ARCH_HAS_FAST_TRAP #define SET_DEFAULT_FAST_TRAP(_p) \ - (_p)->guest_context.fast_trap_idx = 0x20; \ + (_p)->guest_context.fast_trap_idx = 0x30; \ (_p)->fast_trap_desc.a = 0; \ (_p)->fast_trap_desc.b = 0; -- 2.30.2